home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Music⁄Sounds / BeepSay 1.0.1 / ShowInit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-03  |  1.1 KB  |  34 lines  |  [TEXT/MPS ]

  1. /******************************************************************************
  2. **
  3. **  Folder Name:    BS
  4. **     File Name:    ShowINIT.h
  5. **
  6. **   Copyright:    © 1993 by Siren Enterprises, all rights reserved.
  7. **
  8. **   Description:    C interface to ShowInit.a
  9. **
  10. *******************************************************************************
  11. **                       A U T H O R   I D E N T I T Y
  12. *******************************************************************************
  13. **
  14. **    Initials    Name
  15. **    --------    -----------------------------------------------
  16. **    kw            Ken Wieschhoff
  17. **
  18. *******************************************************************************
  19. **                      R E V I S I O N   H I S T O R Y
  20. *******************************************************************************
  21. **
  22. **      Date        Time    Author    Description
  23. **    --------    -----    ------    ---------------------------------------------
  24. **    6/02/93        14:51    kw        Original version
  25. **
  26. ******************************************************************************/
  27.  
  28. #ifndef __ShowINIT__
  29. #define    __ShowINIT__
  30.  
  31. extern pascal void ShowINIT( short iconID, short moveX);
  32.  
  33. #endif    /* __ShowINIT__ */
  34.